top down (sentence parsing)

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

Top-down sentance parsing starts with the top-level sentance in a grammar and then seeks to match the sentance trying each possible expansion, moving downwards to the indivdiual words. This is similar to recursive descent parsers for programming languages.

Used in Chap. 13: page 207